home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / DistributedEO / PB.project < prev    next >
Encoding:
Text File  |  1995-02-17  |  870 b   |  29 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = DistributedEO.tiff;
  3. FILESTABLE = {
  4.     OTHER_LIBS = (EOInterface_s, NeXT_s, EOAccess_s, Foundation_s);
  5.     CLASSES = (Employee.m, AppManager.m);
  6.     OTHER_RESOURCES = (People_Sybase.eomodel);
  7.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, installPEOPLE.sqlsybase, README.rtf);
  8.     INTERFACES = (DistributedEO.nib);
  9.     H_FILES = (Employee.h, AppManager.h);
  10.     IMAGES = (lock.tiff, lock_h.tiff);
  11.     OTHER_LINKED = ();
  12.     SUBPROJECTS = (DEOClient.subproj);
  13.     M_FILES = (DistributedEO_main.m);
  14.     TOOLS = (DEOServer.tproj);
  15. };
  16. GENERATEMAIN = NO;
  17. DOCICONFILES = ();
  18. APPCLASS = EOApplication;
  19. MAINNIB = DistributedEO;
  20. DOCEXTENSIONS = ();
  21. PROJECTTYPE = Application;
  22. PROJECTVERSION = 1.1;
  23. LOCALIZABLE_FILES = {
  24.     DistributedEO.nib;
  25. };
  26. PROJECTNAME = DistributedEO;
  27. SYSTEMEXTENSIONS = ();
  28. LANGUAGE = English;
  29.